From 66082662a88555ba73f5bcb3c3fc16a7a3406c69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 7 Apr 2016 20:23:24 +0200 Subject: [PATCH] don't include LV2-wrapper into library --- debian/libbuilder/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/libbuilder/Makefile b/debian/libbuilder/Makefile index ff86ab87..4c8fe5b5 100644 --- a/debian/libbuilder/Makefile +++ b/debian/libbuilder/Makefile @@ -21,7 +21,6 @@ SOURCES=juce_audio_basics.cpp \ juce_audio_formats.cpp \ juce_audio_processors.cpp \ juce_audio_utils.cpp \ - juce_LV2_Wrapper.cpp \ juce_box2d.cpp \ juce_core.cpp \ juce_cryptography.cpp \ @@ -186,8 +185,5 @@ $(OUTDIR)/juce-dbg.pc $(OUTDIR)/juce.pc: juce.pc.in -e 's|@REQUIRED_LIBS@|$(JUCELIBS_LIBS)|g' \ $^ > $@ -juce_LV2_Wrapper.cpp: - echo '#include "../extra/$(notdir $@)"' > $(OUTDIR)/$(notdir $@) - %.cpp: echo '#include "$(MODULES_PATH)/$(basename $(notdir $@))/$(notdir $@)"' > $(OUTDIR)/$(notdir $@) -- 2.30.2